home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / shotbl.arc / VIDEO.H < prev    next >
Text File  |  1988-12-12  |  1KB  |  51 lines

  1. /*****************************************************************************
  2.  *
  3.  * Program Name:  VIDEO RAM BUFFER PRESETS FOR SHTABLE.C
  4.  *
  5.  * Filename:      video.h
  6.  *
  7.  * Date Created:  November 18, 1988
  8.  *
  9.  * Version:          1.0
  10.  *
  11.  * Programmers:      Thomas Brough
  12.  *
  13.  * Files used:
  14.  *
  15.  * Date Modified: 
  16.  *
  17.  * Modifications: 
  18.  *
  19.  * Comments:
  20.  *
  21.  ****************************************************************************/
  22.  
  23.  
  24. unsigned char    NORMAL=0x07, BOLD=0x0F,    REVERSE=0x70;
  25. unsigned char    HIDDEN=0x00, BACKGROUND=0x07;
  26. int                destseg=0xB000, mode=7;
  27.  
  28. #define CITABLE        162
  29. #define DHTABLE        322
  30. #define DFTABLE        482
  31. #define DSTABLE        642
  32. #define SNTABLE        802
  33. #define ALTABLE        962
  34. #define QUIT        1122
  35.  
  36. #define MESSAGE1    56+(1*160)
  37. #define MESSAGE2    56+(2*160)
  38. #define MESSAGE3    56+(3*160)
  39. #define MESSAGE4    56+(4*160)
  40. #define MESSAGE5    56+(5*160)
  41. #define MESSAGE6    56+(6*160)
  42. #define MESSAGE7    56+(7*160)
  43. #define MESSAGE8    56+(8*160)
  44.  
  45. #define TITLE        40+(10*160)
  46. #define TITLEA        2+(11*160)
  47. #define HEADER1        2+(12*160)
  48. #define HEADER2        2+(13*160)
  49. #define TITLEB        2+(17*160)
  50. #define HEADER3        2+(18*160)
  51.